/*html{
    -webkit-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}*/

.topNotice {
    text-align: center;
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    box-sizing: border-box;
    top: -24px;
    left: 10px;
    font-size: 13px;
    background-color: #feedaa;
}

.topNotice .area {
    width: 450px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: left;
}

.top {
    min-height: 1px;
    width: 100%;
    padding: 20px 0px 12px 0px;
    box-sizing: border-box;
}

.top .user-info {
    height: 56px;
    line-height: 56px;
    text-align: center;
}

.top .user-info a {
    text-decoration: none;
    font-size: 16px;
    color: #6e6e6e;
}

.top .user-info .logo {
    background: url("../Images/logo.png") no-repeat center center;
    width: 214px;
    height: 58px;
    float: left;
    display: block;
}

.nav {
    min-width: 1300px;
    height: 45px;
    margin: 4px 0px 0px 0px;
    background-color: #363636;
    text-align: left;
}

.nav a.zy {
    color: #fff;
    line-height: 45px;
    font-size: 14px;
    text-decoration: none;
    /*width: 70px;*/
    height: 45px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}

.nav a.zy:nth-last-child(2) {
    margin-right:0px!important;
}

.nav a.zy:hover {
    color: #00aeff;
    /*font-size: 15px;*/
}

.nav a.zy .nicon {
    position: absolute;
    top: 5px;
    right: -25px;
    display: block;
    background-color: red;
    color: #fff;
    border-radius: 3px;
    line-height: 12px;
    font-size: 12px;
    padding: 0px 2px 1px 2px;
}

.nav .module {
    float: right;
    height: 45px;
}

.nav .module a {
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    width: 80px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
}

.nav .module a label {
    width: 40px;
    height: 3px;
    position: absolute;
    background-color: #ca3333;
    display: none;
}

.nav .module a label.ll {
    right: 40px;
    top: -2px;
}

.nav .module a label.lr {
    left: 40px;
    top: -2px;
}

.nav .module a:hover {
    background-color: #ca3333;
}

.nav .module a:hover label.ll {
    display: block;
    animation: moveline 0.3s;
    -webkit-animation: moveline 0.3s; /* Safari 和 Chrome */
}

.nav .module a:hover label.lr {
    display: block;
    animation: moveline 0.3s;
    -webkit-animation: moveline 0.3s; /* Safari 和 Chrome */
}

@keyframes moveline {
    from {
        width: 1px;
    }
    to {
        width: 40px;
    }
}

.sliderArea {
    min-width: 1300px;
    height: 330px;
}

.slider {
    height: 330px;
    width: 100%;
    overflow: hidden;
}

.slider img {
    width: 100% !important;
    height: 330px !important;
    object-fit: fill;
}

.notice {
    top: 10px;
    right: 10px;
    width: 250px;
    height: 310px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    filter: Alpha(opacity=70);
    z-index: 999;
    border-radius: 4px;
    text-align: left;
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.notice .title {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
}

.notice ul {
    list-style: disc !important;
}

.notice li {
    list-style: disc !important;
    margin-bottom: 6px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}

.notice li a {
    text-decoration: none;
    color: #fff;
}

.notice .noticPages {
    height: 14px;
    text-align: center;
    position: absolute;
    left: 115px;
    bottom: 10px;
}

.notice .noticPages a {
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
}

.notice .noticPages a.checked {
    width: 12px;
    height: 5px;
    border: 1px solid #fff;
    border-radius: 40%;
    display: inline-block;
    background-color: #fff;
    animation: changeNotice 0.3s;
    -webkit-animation: changeNotice 0.3s; /* Safari 和 Chrome */
}

.notice .more {
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 14px;
    text-align: right;
}

.notice .more a {
    line-height: 14px;
    color: #fff !important;
    font-size: 11px;
    text-decoration: none;
}

@keyframes changeNotice {
    from {
        width: 5px;
        height: 5px;
        border: 1px solid #fff;
        border-radius: 50%;
        display: inline-block;
    }
    to {
        width: 12px;
        height: 5px;
        border: 1px solid #fff;
        border-radius: 40%;
        display: inline-block;
        background-color: #fff;
    }
}

.otherSystem {
    width: 100%;
    height: 160px;
    line-height: 160px;
    background-color: #ffffff;
    text-align: justify;
    padding: 0px 15px;
    box-sizing: border-box;
}

.otherSystem:after {
    content: " ";
    width: 100%;
    display: inline-block;
}

.otherSystem a {
    width: 209px;
    height: 114px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    border-radius: 12px;
    animation: growDefault 0.3s;
    -webkit-animation: growDefault 0.3s; /* Safari 和 Chrome */
    animation-fill-mode: forwards;
}

.otherSystem a .Mask {
    width: 209px;
    height: 114px;
    display: block;
    background: #000;
    opacity: 0.3;
    filter: Alpha(opacity=30);
    border-radius: 12px;
    top: 0px;
    left: 0px;
    position: absolute;
}

.otherSystem a .text {
    width: 209px;
    color: #fff;
    box-shadow: #000000;
    position: absolute;
    z-index: 99;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    text-shadow: 5px 2px 6px #000;
/*    font-weight: bold;*/
    letter-spacing: 2px;
}

.otherSystem a.s1 {
    background: url("../Images/otherFun1.jpg") no-repeat;
}

.otherSystem a.s2 {
    background: url("../Images/otherFun2.jpg") no-repeat;
}

.otherSystem a.s3 {
    background: url("../Images/otherFun3.jpg") no-repeat;
}

.otherSystem a.s4 {
    background: url("../Images/otherFun4.jpg") no-repeat;
}

.otherSystem a.s5 {
    background: url("../Images/otherFun5.jpg") no-repeat;
}

.otherSystem a.s6 {
    background: url("../Images/otherFun6.jpg") no-repeat;
}

.otherSystem a:hover {
    animation: growUp 0.3s;
    -webkit-animation: growUp 0.3s; /* Safari 和 Chrome */
    animation-fill-mode: forwards;
}

@keyframes growUp {
    from {
        background-size: 100% 100%;
    }
    to {
        background-size: 110% 110%;
    }
}

@keyframes growDefault {
    from {
        background-size: 110% 110%;
    }
    to {
        background-size: 100% 100%;
    }
}

.frame {
    min-height: 1px;
    width: 100%;
    padding: 20px 0px;
}

.bgw {
    min-width: 1300px;
    background-color: #fff;
    min-height: 1px;
}

.frame .title {
    letter-spacing: 2px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    background: url("../Images/redline.png") no-repeat center center;
}

.frame .Row {
    min-height: 1px;
    text-align: justify;
    box-sizing: border-box;
}

.frame .Row:after {
    content: " ";
    width: 100%;
    display: inline-block;
}

.frame .Row .more {
    position: absolute;
    right: 0px;
    bottom: 20px;
    text-decoration: none;
    display: block;
    padding: 2px 8px;
    border-radius: 3px;
    background-color: #00aeff;
    color: #fff;
    font-size: 12px;
}

.frame .Row.Tag {
    box-sizing: border-box;
    padding-right: 50px;
    padding-bottom: 5px;
}

.frame .Row.Tag .line {
    width: 100%;
    bottom: 10px;
    left: 0px;
}

.frame .Row .more i {
    font-size: 10px;
}

.frame .Row .newCounrse {
    width: 268px;
    height: 242px;
    overflow: hidden;
    display: inline-block;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: #ccc 0px 0px 8px;
    text-decoration: none;
    opacity: 0.9;
    filter: Alpha(opacity=90);
    position: relative;
}

.frame .Row .newCounrse:hover {
    opacity: 1;
}

.frame .Row .newCounrse .preview {
    height: 214px;
    overflow: hidden;
}

.frame .Row .newCounrse .preview img {
    height: 214px;
    width: 100%;
    object-fit: cover;
}

.frame .Row .newCounrse .courseName {
    height: 28px;
    line-height: 28px;
    width: 100%;
    padding: 0px 10px;
    font-size: 13px;
}

.frame .Row .newCounrse .miniCourseIcon {
    height: 16px;
    line-height: 16px;
    padding: 2px 8px;
    background-color: #ff5d00;
    color: #ffffff;
    top: 0px;
    right: 0px;
    position: absolute;
    font-size: 12px;
    border-radius: 0px 0px 0px 8px;
}

.frame .Row .newCounrse .freeCourseIcon {
    height: 16px;
    line-height: 16px;
    padding: 2px 8px;
    background-color: #a2cc44;
    color: #ffffff;
    top: 0px;
    right: 0px;
    position: absolute;
    font-size: 12px;
    border-radius: 0px 0px 0px 8px;
}

.frame .Row .zy {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    width: 80px;
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    text-align: center;
    /*border-bottom: 2px #fff solid;*/
}

.frame .Row .zy.checked {
    color: #fff;
    background: #00aeff \0;
    background: #00aeff \9 \0;
    background: -webkit-linear-gradient(45deg, #0078ff 20%, #8138db 80%); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, #0078ff 20%, #8138db 80%); /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, #0078ff 20%, #8138db 80%); /* Firefox 3.6 to 15 */
    background: linear-gradient(45deg, #0078ff 20%, #8138db 80%); /* 标准语法 */
    box-shadow: #ccc 0px 0px 8px;
    border-radius: 4px;
}

.frame .Row .zy.checked .timeLine {
    position: absolute;
    left: 3px;
    top: 0px;
    height: 1px;
    width: 74px;
    display: block;
    background: #00aeff \0;
    background: #00aeff \9 \0;
    background: -webkit-linear-gradient(45deg, #002851 20%, #371b64 80%); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, #002851 20%, #371b64 80%); /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, #002851 20%, #371b64 80%); /* Firefox 3.6 to 15 */
    background: linear-gradient(45deg, #002851 20%, #371b64 80%); /* 标准语法 */
    box-shadow: #000000 1px 1px 4px;
}

.frame .Row .counrse {
    width: 212px;
    height: 192px;
    overflow: hidden;
    display: inline-block;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: #ccc 0px 0px 8px;
    text-decoration: none;
    vertical-align: middle;
    opacity: 0.9;
    filter: Alpha(opacity=90);
    position: relative;
}

.frame .Row .counrse:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.frame .Row .counrse .preview {
    height: 166px;
    overflow: hidden;
}

.frame .Row .counrse .preview img {
    height: 166px;
    width: 100%;
    object-fit: cover;
}

.frame .Row .counrse .courseName {
    height: 26px;
    line-height: 26px;
    width: 100%;
    font-size: 13px;
    padding: 0px 10px;
}

.frame .Row .counrse .miniCourseIcon {
    height: 16px;
    line-height: 16px;
    padding: 2px 8px;
    background-color: #ff5d00;
    color: #ffffff;
    top: 0px;
    right: 0px;
    position: absolute;
    font-size: 12px;
    border-radius: 0px 0px 0px 8px;
}

.frame .Row .counrse .freeCourseIcon {
    height: 16px;
    line-height: 16px;
    padding: 2px 8px;
    background-color: #a2cc44;
    color: #ffffff;
    top: 0px;
    right: 0px;
    position: absolute;
    font-size: 12px;
    border-radius: 0px 0px 0px 8px;
}

.frame .Row .keyword {
    float: left;
    margin-right: 20px;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}

.frame .Row .classType {
    width: 212px;
    height: 192px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: #ccc 0px 0px 8px;
    border-radius: 8px;
}

@media screen and (max-width: 1440px) {
    .frame .Row .classType {
        width: 192px;
        height: 175px;
        margin-right: 20px;
        display: inline-block;
        vertical-align: middle;
    }

    .frame .Row .classType img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
}

.frame .Row .subsidiary {
    box-shadow: #ccc 0px 0px 8px;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 8px;
    display: inline-block;
    width: 266px;
    height: 310px;
}

.frame .Row .subsidiary .pic {
    width: 210px;
    height: 208px;
    overflow: hidden;
    border-radius: 50%;
    margin: 20px auto;
}

.frame .Row .subsidiary .pic img {
    width: 210px;
    height: 208px;
    object-fit: scale-down;
}

.frame .Row .subsidiary.roseo {
    background-color: #ce3a7c;
}

.frame .Row .subsidiary.green {
    background-color: #3ace95;
}

.frame .Row .subsidiary.red {
    background-color: #ce4f3a;
}

.frame .Row .subsidiary.blue {
    background-color: #3a87ce;
}

.frame .Row .subsidiary .subsidiaryName {
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
    margin-top: 30px;
}

.frame .Row .expert {
    /*box-shadow: #ccc 0px 0px 8px;*/
    text-decoration: none;
    vertical-align: middle;
    background-color: #e7e7e7;
    display: inline-block;
    width: 266px;
    height: 310px;
}

.frame .Row .expert:hover {
    color: #333;
}

.frame .Row .expert .pic {
    width: 154px;
    height: 154px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 40px auto 0px auto;
}

.frame .Row .expert .pic img {
    width: 154px;
    height: 154px;
    object-fit: cover;
}

.frame .Row .expert .expertName {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding: 0px 10px;
    box-sizing: border-box;
}

.frame .Row .expert .expertDescription {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    padding: 0px 10px;
    box-sizing: border-box;
    color: #6b6b6b;
}

.frame .Row .ad {
    display: inline-block;
    width: 100%;
    min-height: 1px;
}

.frame .Row .ad img {
    width: 100%;
    object-fit: cover;
}


.jobsChange {
    height: 30px;
    line-height: 30px;
    width: 100%;
}

.jobsChange a.point {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d0d0d0;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
}

.jobsChange a.point.checked {
    width: 25px \0;
    background-color: #3a87ce \0;
    border-radius: 10px \0;
    animation: changeChecked 0.4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation: changeChecked 0.4s; /* Safari 和 Chrome */
    -webkit-animation-iteration-count: 1; /* Safari 和 Chrome */
    -webkit-animation-fill-mode: forwards; /* Safari 和 Chrome */
}

@keyframes changeChecked {
    from {
        width: 10px;
        border-radius: 10px;
    }
    to {
        width: 25px;
        background-color: #3a87ce;
        border-radius: 10px;
    }
}